home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-04-08 | 4.6 KB | 167 lines |
- ; Setup Information
-
- [SetupInfo]
- ; Check MPC reqs
- SystemReqs=1
- ; Displayed at startup
- ProgramName = SI For Kids Awesome Athletes!
- ; Required for 16-bit apps
- INIPath = awesome.ini
- ; saved in Win dir for 16 bit uninstalls and ereg
- UninstallFile=awesome.v10
- ; run EReg program
- Register = 1
- ; Install VFW 1.1d
- VFWInstall =1
- ; Run qt 2.0 install
- QTInstall = 1
- ; Reboot windows after install (for vfw)
- RebootWindows = 1
- ;
- ; does nothing at this time
- PlaySound = 0
- ;
- ; For 16-bit-only installs...Forces writing of app.ini file ( and registry ),
- ; ProductKey16( executable ), and 16 bit filelist.
- Unconditional16BitInstall=1
- ;
- ; Spry Web browser...If true will launch Spry setup and install Spry setup icon
- RunBrowserSetup=1
- ;
- ; Used in conjunction with RunBrowserSetup...If true, causes RunBrowserSetup to be false
- ; for Win95 only. Doesn't affect WinNT and 3.x.
- ;Win95LogoApp=0 obsolete 10/6/95
- ;
- ; Use to force [CMCENVIRONMENT] info to registry and app.ini file...if app.ini
- ; file is not in 32 bit filelist, uninstall will not be complete.
- 32BitAppNeedsIniFile=0
- ;
- ; For Blockbuster disclaimer, but can be used for ??
- ;ShowMessage=0
- ;
-
- [ProductSpecificFixes]
-
-
- ; File List needed for installation
- [MinFileList16]
- File1=awesome.exe
- File2=eventq.dll
- File3=fileio.dll
- File4=awesome.ini
- File5=worddrop.dll
- File6=movutils.dll
- File7=qtvrw.qtc
- File8=shared.dir
- File9=dllglue.dll
- File10=dialogs.dll
- File11=misc_x.dll
- File12=users
- File13=awsome
- File14=user.dat
- File15=user.bak
- File16=siutils.dll
- File17=airdial.log
-
-
-
-
- ; Optional File List for installation, if copied will set OPTFILES=1 in the ini file
- [OptFileList16]
- File1=TH.DIR
- File2=VIDEO\th.mov
- File3=VIDEO\th2.mov
- File4=quit.dir
- File5=opt.dir
-
- ; File List needed for installation
- [MinFileList32]
-
-
- ; Optional File List for installation, if copied will set OPTFILES=1 in the ini file
- [OptFileList32]
-
- ; System or system32( NT ) directory
- [WindowsSystemFileList]
-
-
-
- ; List of items placed in program manager group called ProgramFolderName
- ; CommandLine, Item name, Icon name, Working directory
- ;
- ; T:\( target ) is a marker for the path of the file on the user's hard disk
- ; S:\(source ) is a marker for the source (cdrom) drive and path of file
- ;
- ; Working Directory entry is now MANDATORY. Please do not leave blank, or
- ; group creation will fail.
- ;
- ; Correct Uninstall and EReg be inserted by setup automatically
- ;
- ; CmdLineArgs# can be a string appended to the command line( useful for CmdLine1
- ; because the actual executable is chosen at runtime ). The following variables are
- ; expanded at runtime to their actual values and can be used for CmdLineArgs# values:
- ; workingdirectory, sourcedirectory, windowsdirectory, windowssystemdirectory,
- ; sourcedisk( cdrom or mapped drive letter w/o "\" ), and targetdirectory.
- ; If nothing is entered, or CmdLineArgs# is not present, "" will be the default value.;
- ; If icon resides in executable, enter X or x, otherwise enter full path ( using S: or T:)
- ;
- ; NOTE** For Win95 logo situations, group icon for Spry setup is hard-coded into
- ; setup.ins and will only be installed under Win 3.x and NT ( assuming flag(s) are set
- ; in [setupInfo] section ).
-
-
- [GroupList]
-
- ProgramFolderName=SI For Kids Awesome Athletes!
-
- ; The first entry must ALWAYS be the application main executable file.
- ; CmdLine1 will be replaced by correct ProductKeyxx for 16/32-bit apps, but you still need S:\ or T:\
- CmdLine1=T:\awesome.exe
- CmdLineArgs1=
- ItemTitle1=Awesome Athletes!
- IconName1=x
- WorkingDir1=T:\
- ;
- CmdLine2=s:\install\catalog.exe
- CmdLineArgs2=
- ItemTitle2=Creative Multimedia Product Catalog
- IconName2=s:\install\cmc.ico
- WorkingDir2=s:\
- ;
- CmdLine3=s:\readme.hlp
- CmdLineArgs3=
- ItemTitle3=Read Me!
- IconName3=x
- WorkingDir3=s:\
-
- ;NOTE** For Win95 logo, icon for Spry setup is temporarily hard-coded into setup.ins and will only
- ;be installed under 16-bit OS.
-
-
-
- ;Registry and product info strings( used by 16 and 32 bit apps )
-
- [RegistryInfo]
- AppName=Sports Illustrated For Kids Awesome Athletes!
- ;
- ; displayed in ULcorner of setup screen...ampersands need to be escaped i.e "&&"
- ULCornerTitle=Sports Illustrated For Kids Awesome Athletes!
- ;
- ; default destination dir
- AppBasePath=awesome
- ;
- CompanyName=Creative Multimedia
- ;
- ; executable
- ProductKey16=awesome.exe
- ProductKey32=awesome.exe
- ;
- ; Used in IShield dialogs... escape ampersands "&&"
- ProductName=SI For Kids Awesome Athletes!
- ;
- ProductVersion=1.0
- ;
- UninstallKey=Sports Illustrated For Kids Awesome Athletes! v1.0
- ;
- UninstallName=SI For Kids Awesome Athletes!
-